Debugging and Error Handling

As with any code, anticipating and accounting for the possibility of errors in script or user input can save a good deal of trouble in the debugging phase. Debugging runtime and syntax errors can be achieved using various methods.


More: